home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / gen_bbs / tgnat100.zip / TGNAT.DOC < prev    next >
Text File  |  1996-11-04  |  4KB  |  118 lines

  1.  
  2.  
  3.  
  4.            Telegard Node Activity Toggle v1.00 Documentation
  5.          
  6.            Copyright (c) 1996 Dark Zone Software.
  7.            All rights reserved.
  8.  
  9.            Used to toggle the "Active" status on nodes in
  10.            Telegard's NODES.DAT file.
  11.  
  12.            Configuration and Reference Manual
  13.            Written by David Stumpf
  14.  
  15.            Dark Zone Software
  16.            15115 Mesa Dr. #232
  17.            Humble, Texas 77396-2380
  18.            USA
  19.  
  20.            Internet Email : krawlur@brewich.com
  21.  
  22.  
  23.  
  24.  
  25.                       ────────────────────────────────────
  26.  
  27.                        BORING (BUT NECESSARY) LEGAL STUFF
  28.  
  29.                       ────────────────────────────────────
  30.  
  31.  
  32.  
  33.  
  34. Warranty
  35. ────────
  36.  
  37.       This  package is provided as-is, without warranty of any  kind,
  38.       either  expressed or implied, and is only guaranteed to  occupy
  39.       disk  space.  In no event will the author be liable to  you  or
  40.       anyone else for any damages, including (but not limited to) any
  41.       lost profits, lost savings or other incidental or consequential
  42.       damages  arising out of the use of, or inability to  use,  this
  43.       package.
  44.  
  45.       In short:  You're on your own.  If it works for you, great;  if
  46.       not,  or if it breaks something, c'est la vie.  As  the  saying
  47.       goes,  "Use it at your own risk, but if it breaks,  *YOU*  have
  48.       the pieces."
  49.  
  50.  
  51.  
  52. Copyright Notice
  53. ────────────────
  54.  
  55.      This package and all files contained herein are Copyright (c) 1996
  56.      by Dark Zone Software.  No modifications may be made to any
  57.      part of this program and/or package without express written
  58.      permission from Dark Zone Software.  This package may be
  59.      distributed in any medium as long as the following conditions
  60.      are met; a) The package must be unmodified  b) No fees of
  61.      any kind may be charged for this package or directly for
  62.      access to this package.   This software may be distrubited
  63.      by CD-ROM media and/or "pay-only" system.
  64.      
  65.      
  66.  
  67.  
  68. Background
  69. ──────────
  70.  
  71.      I have seen several people in the TG_SUPPORT echo that have gone from
  72. single node to multi-node and ended up turning all the nodes active status
  73. to off then exiting Telegard and not being able to get back in because all
  74. the nodes are considered inactive.  Well, instead of just out right deleting
  75. the nodes.dat file it seemed to me it would be easyer to just toggle the
  76. node back on.  But nobody has taken the time to throw together an editor
  77. for such data files.  So, I put this little number together.
  78.  
  79.  
  80. What it does
  81. ────────────
  82.  
  83.      TGNAT simply toggles the "Active" status flag on the node that you
  84. tell it to on the command line.  This flag is represented by either a
  85. 00 or 01 in hex in the data file so it simply checks the node that you
  86. tell it and changes it to 00 if it's currently 01 or the other way around.
  87.  
  88.  
  89.  
  90. Requirements
  91. ────────────
  92.  
  93. 100% IBM Compatible Computer
  94. MS-DOS v4.00 or Compatible
  95. Telegard BBS Software v3.01 or 3.02
  96.  
  97.  
  98.  
  99. Installation
  100. ────────────
  101.  
  102.      Just unzip this package into your Telegard /data/ directory and it's
  103. ready to go!
  104.  
  105.  
  106. Notes
  107. ─────
  108.  
  109.      To operate TGNAT, just type "TGNAT #" where # is the node number that
  110. you wish to toggle.  That's it!
  111.  
  112.      TGNAT does NOT make a backup of your nodes.dat file, and just to be
  113. safe I would suggest doing so myself.  I have used it here for testing and
  114. haven't found any problems, but I don't run a multi-node bbs.  I just
  115. run a test version of TG that I toggled to multi-node for testing.
  116.  
  117.  
  118.